projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78bb15f
)
merging minor fix from gtk+-1-2
author
Tim Janik
<timj@src.gnome.org>
Sat, 27 Feb 1999 00:38:52 +0000
(
00:38
+0000)
committer
Tim Janik
<timj@src.gnome.org>
Sat, 27 Feb 1999 00:38:52 +0000
(
00:38
+0000)
docs/refcounting.txt
patch
|
blob
|
history
diff --git
a/docs/refcounting.txt
b/docs/refcounting.txt
index 7130f1654cddb6fdebf09b52b7c79a931ad40d51..61a161d39f60573e1cf3775c44bd6667f480febb 100644
(file)
--- a/
docs/refcounting.txt
+++ b/
docs/refcounting.txt
@@
-240,7
+240,7
@@
Taking care of proper referencing
---------------------------------
There are some cases where referencing of widgets from outside the toolkit
-(on the application side
is needed)
.
+(on the application side
) is needed
.
Once the application performes an operation on a widget that will cause
its reference count to drop, if it wants to take further actions on the
widget, it needs to hold a reference to it.